home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20010921-20020314
/
000276_chris@henschen.com_Mon Dec 31 12:22:07 EST 2001.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
51 lines
Article: 13106 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.edu!sn-xit-03!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
From: "Chris Henschen" <chris@henschen.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Graphic characters instead of lines on 2000
Date: Mon, 31 Dec 2001 12:05:20 -0500
Organization: Posted via Supernews, http://www.supernews.com
Message-ID: <u31748501uhn3d@corp.supernews.com>
References: <u2pmdusp1qbt18@corp.supernews.com> <u2pr25hs32fe88@corp.supernews.com> <a0iro6$ofr$1@watsol.cc.columbia.edu> <u30r56ej95hrb9@corp.supernews.com> <a0q3qp$cdd$1@watsol.cc.columbia.edu>
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-Complaints-To: newsabuse@supernews.com
Lines: 33
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13106
That seems to do it. Where would I put this so it would be permanent
whenever I would create a new connection?
Thanks,
Chris
"Frank da Cruz" <fdc@columbia.edu> wrote in message
news:a0q3qp$cdd$1@watsol.cc.columbia.edu...
> In article <u30r56ej95hrb9@corp.supernews.com>,
> Chris Henschen <chris@henschen.com> wrote:
> : This is the string in version *.17 from show character-set: (working)
> : ...
> : Terminal character-sets:
> : Local: Unicode/PC Code Page 437
> : Remote: GL->G0: US ASCII (94 chars)
> : GR->G1: PC Code Page 437 (96 chars)
> : G2: PC Code Page 437 (96 chars)
> : G3: PC Code Page 437 (96 chars)
> :
> : This is the string after updating the .17 to version *.20:
> : ...
> : Terminal character-sets:
> : Local: Unicode/transparent
> : Remote: GL->G0: US ASCII (94 chars)
> : GR->G1: Transparent ()
> :
> Aha. What happens if you tell K95:
>
> set term remote-character-set cp437 g1
>
> - Frank